projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
389575e
)
testsuite: Fix swapped params in notify test
author
Alexander Mikhaylenko
<alexm@gnome.org>
Fri, 24 Apr 2020 18:50:43 +0000
(23:50 +0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Fri, 24 Apr 2020 18:54:07 +0000
(23:54 +0500)
The expected and counted params are swapped in literally every call, so
swapping the params to match them.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 1c37c8cc6660d7dafca658fc42b930aa027e2fc7..62c22f292087f3965844ab168da7bebbb2aad0b3 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-26,8
+26,8
@@
static void
assert_notifies (GObject *object,
const char *property,
- guint
expec
ted,
- guint
coun
ted)
+ guint
coun
ted,
+ guint
expec
ted)
{
if (expected == counted)
return;